[INFO] cloning repository https://github.com/kunal-amazon/codespace-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kunal-amazon/codespace-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunal-amazon%2Fcodespace-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunal-amazon%2Fcodespace-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6639bcde15b38ba721af6792701e8cfeb8476b57
[INFO] fixing kunal-amazon/codespace-test against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunal-amazon%2Fcodespace-test" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/kunal-amazon/codespace-test
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/kunal-amazon/codespace-test
[INFO] tweaked toml for git repo https://github.com/kunal-amazon/codespace-test written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kunal-amazon/codespace-test on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kunal-amazon/codespace-test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-case v3.2.1
[INFO] [stderr]   Downloaded test-case-macros v3.2.1
[INFO] [stderr]   Downloaded test-case-core v3.2.1
[INFO] [stderr]   Downloaded tokio-util v0.7.9
[INFO] [stderr]   Downloaded aho-corasick v1.0.4
[INFO] [stderr]   Downloaded rustix v0.38.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30
[INFO] running `Command { std: "docker" "start" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking aho-corasick v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking regex-automata v0.3.6
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling test-case-core v3.2.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling test-case-macros v3.2.1
[INFO] [stderr]     Checking test-case v3.2.1
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking regex v1.9.3
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.20
[INFO] [stderr]     Checking gosub-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/html5_parser/tokenizer/mod.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn get_error_logger(&self) -> Ref<ErrorLogger> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn get_error_logger(&self) -> Ref<'_, ErrorLogger> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/html5_parser/tokenizer/mod.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn get_error_logger(&self) -> Ref<ErrorLogger> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn get_error_logger(&self) -> Ref<'_, ErrorLogger> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.66s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30", kill_on_drop: false }`
[INFO] [stdout] a8b2cf06b8cfb089b0a50d72ab33dbb1eab8f7bbfeeea53d0b47004e37ca0f30
